runtime.fixalloc.nchunk (field)

5 uses

	runtime (current package)
		mfixalloc.go#L33: 	nchunk uint32  // bytes remaining in current chunk
		mfixalloc.go#L66: 	f.nchunk = 0
		mfixalloc.go#L88: 	if uintptr(f.nchunk) < f.size {
		mfixalloc.go#L90: 		f.nchunk = f.nalloc
		mfixalloc.go#L98: 	f.nchunk -= uint32(f.size)